GXEnableJobScalingPanel
You can use theGXEnableJobScalingPanel
function to prevent display of the default QuickDraw GX scaling field in the Page Setup and Custom Page Setup dialog boxes.
void GXEnableJobScalingPanel (gxJob aJob, Boolean enabled);
aJob
- A reference to the job object associated with the scaling field.
enabled
- A Boolean value that specifies whether or not to enable the scaling field.
DESCRIPTION
TheGXEnableJobScalingPanel
function enables or disables the scaling field. You set theenabled
parameter totrue
to enable the scaling field andfalse
to disable it. For example, you might disable this field if you want to provide your own scaling panel instead of the default field. The scaling field is enabled by default.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help